projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a5772
)
(HAVE_X11XTR6): Add newline before #if.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 15 May 1994 05:21:23 +0000
(
05:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 15 May 1994 05:21:23 +0000
(
05:21
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 080141c1c382793ae55342804ba466fa4ed5f5ec..0b32ec9fbdae27440b152fcb8761230fd0e06807 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1427,7
+1427,8
@@
fi
if test "${USE_X_TOOLKIT}" != "none"; then
AC_COMPILE_CHECK(X11 toolkit version,
[#include <X11/Intrinsic.h>],
- [#if XtSpecificationRelease < 6
+ [
+#if XtSpecificationRelease < 6
fail;
#endif],
AC_DEFINE(HAVE_X11XTR6))